home *** CD-ROM | disk | FTP | other *** search
/ 20th Century Newsmakers / 20th Century Newsmakers (2000)(Scarlet Software).iso / MAUNINST.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-10-14  |  855b  |  48 lines

  1. object Form1: TForm1
  2.   Left = 256
  3.   Top = 186
  4.   Width = 381
  5.   Height = 138
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = 10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 361
  21.     Height = 69
  22.     AutoSize = False
  23.     Caption = 'Label1'
  24.     WordWrap = True
  25.   end
  26.   object Button1: TButton
  27.     Left = 108
  28.     Top = 80
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'Yes'
  32.     Default = True
  33.     ModalResult = 6
  34.     TabOrder = 0
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 188
  39.     Top = 80
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'No'
  44.     TabOrder = 1
  45.     OnClick = Button2Click
  46.   end
  47. end
  48.